
Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem. It is one approach to software design. ==Overview== An object contains encapsulated data and procedures grouped together to represent an entity. The `object interface`, how the object can be interacted with, is also de.....
Found on
http://en.wikipedia.org/wiki/Object-oriented_design

design focussed on objects and object-oriented programming. TC++PL 23.2, D&E 7.2.
Found on
http://www.stroustrup.com/glossary.html
No exact match found.